ServiceGetAttachments Method (IListAttachmentInfo) |
Retrieve existing attachments.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Attachment> GetAttachments(
IList<AttachmentInfo> attachments
)
Public Function GetAttachments (
attachments As IList(Of AttachmentInfo)
) As IList(Of Attachment)
Parameters
- attachments
- Type: System.Collections.GenericIListAttachmentInfo
The IDs of attachments to return.
Return Value
Type:
IListAttachmentIList{Attachment}.
See Also